RECOGNIZER - significado y definición. Qué es RECOGNIZER
Diclib.com
Diccionario ChatGPT
Ingrese una palabra o frase en cualquier idioma 👆
Idioma:

Traducción y análisis de palabras por inteligencia artificial ChatGPT

En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:

  • cómo se usa la palabra
  • frecuencia de uso
  • se utiliza con más frecuencia en el habla oral o escrita
  • opciones de traducción
  • ejemplos de uso (varias frases con traducción)
  • etimología

Qué (quién) es RECOGNIZER - definición

MATHEMATICAL MODEL OF COMPUTATION; ABSTRACT MACHINE THAT CAN BE IN EXACTLY ONE OF A FINITE NUMBER OF STATES AT ANY GIVEN TIME
Finite state machines; Finite state automaton; Finite automaton; Finite state automata; Start state; Finite automata; Deterministic automata; State machine; SFSM; Finite State Machine; Finate state automata; Accept state; Accepting state; State Machine; State machines; Recognizer; Recognizers; Sequence detector; Sequence detectors; Finite state acceptor; Finite State Automaton; State transition function; Finite State Machines; Finite-state automata; Finite-state automaton; Finite state machine; Finite state grammar; Finite-state machines; Finite state-machine; Finite state language; Finite state; Finite Automata; Finite state recognizer; Finite-state recognizer; State-machine; Acceptor (finite-state machine); Optimization of finite state machines; Recogniser
  • TTL]] counter, a type of state machine
  • Fig. 5: Representation of an acceptor; this example shows one that determines whether a binary number has an even number of 0s, where ''S''<sub>1</sub> is an ''accepting state'' and ''S''<sub>2</sub> is a ''non accepting state''.
  • Fig. 3 Example of a simple finite-state machine
  • Fig. 6 Transducer FSM: Moore model example
  • Fig. 7 Transducer FSM: Mealy model example
  • Fig. 4: Acceptor FSM: parsing the string "nice".
  • Fig. 2 SDL state machine example
  • A turnstile
  • State diagram for a turnstile
  • Fig. 1 UML state chart example (a toaster oven)

Recognizer         
·noun One who recognizes; a recognizor.
recognize         
WIKIMEDIA DISAMBIGUATION PAGE
Recognise; Recognize; Recognition (disambiguation)
(recognizes, recognizing, recognized)
Frequency: The word is one of the 1500 most common words in English.
Note: in BRIT, also use 'recognise'
1.
If you recognize someone or something, you know who that person is or what that thing is.
The receptionist recognized him at once...
A man I easily recognized as Luke's father sat with a newspaper on his lap.
VERB: no cont, V n, V n as n
2.
If someone says that they recognize something, they acknowledge that it exists or that it is true.
I recognize my own shortcomings...
Well, of course I recognize that evil exists.
= acknowledge
VERB: no cont, V n, V that
3.
If people or organizations recognize something as valid, they officially accept it or approve of it.
Most doctors appear to recognize homeopathy as a legitimate form of medicine...
France is on the point of recognizing the independence of the Baltic States.
= accept
VERB: V n as n, V n, also V that
4.
When people recognize the work that someone has done, they show their appreciation of it, often by giving that person an award of some kind.
The RAF recognized him as an outstandingly able engineer...
Nichols was recognized by the Hall of Fame in 1949.
VERB: V n as n, V n
Recognizing         
  • ''[[Hermann Ebbinghaus]]''
  • [[Globus pallidus]] highlighted in red
  • [[Hippocampus]] highlighted in red
  • ''[[Jorge Luis Borges]]'' in 1951
  • Spreading Activation]]
RETRIEVAL OF EVENTS OR INFORMATION FROM THE PAST
Remembered; Memory retrieval; Recognizing; Relearning; Recognizable; Remembers; Unforgetfulness; Recollection; Memory recall; Cued recall; Retrieval cue; Subsequent memory effect; Content retention; Word recall; Gender differences in memory recall; Sex differences in memory recall
·p.pr. & ·vb.n. of Recognize.

Wikipedia

Finite-state machine

A finite-state machine (FSM) or finite-state automaton (FSA, plural: automata), finite automaton, or simply a state machine, is a mathematical model of computation. It is an abstract machine that can be in exactly one of a finite number of states at any given time. The FSM can change from one state to another in response to some inputs; the change from one state to another is called a transition. An FSM is defined by a list of its states, its initial state, and the inputs that trigger each transition. Finite-state machines are of two types—deterministic finite-state machines and non-deterministic finite-state machines. A deterministic finite-state machine can be constructed equivalent to any non-deterministic one.

The behavior of state machines can be observed in many devices in modern society that perform a predetermined sequence of actions depending on a sequence of events with which they are presented. Simple examples are: vending machines, which dispense products when the proper combination of coins is deposited; elevators, whose sequence of stops is determined by the floors requested by riders; traffic lights, which change sequence when cars are waiting; combination locks, which require the input of a sequence of numbers in the proper order.

The finite-state machine has less computational power than some other models of computation such as the Turing machine. The computational power distinction means there are computational tasks that a Turing machine can do but an FSM cannot. This is because an FSM's memory is limited by the number of states it has. A finite-state machine has the same computational power as a Turing machine that is restricted such that its head may only perform "read" operations, and always has to move from left to right. FSMs are studied in the more general field of automata theory.